Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: issue with BTC transfer summary screen details visibility #4720

Closed

Conversation

Nithishvb
Copy link
Contributor

Closes #4714

This PR addresses and resolves an issue where details on the BTC transfer summary screen were not visible. The lack of visibility was negatively impacting the user experience.

@pete-watters pete-watters force-pushed the fix/btc-transfer-summary-details branch from 237f1cd to ff37416 Compare December 19, 2023 10:21
@pete-watters pete-watters force-pushed the fix/btc-transfer-summary-details branch from ff37416 to 0f29502 Compare December 19, 2023 10:29
@@ -56,7 +56,7 @@ export function BtcSentSummary() {
useRouteHeader(<ModalHeader hideActions defaultClose title="Sent" />);

return (
<InfoCard>
<InfoCard height="110%">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we want to add a height value like this

@pete-watters
Copy link
Contributor

pete-watters commented Dec 22, 2023

Thanks for your help with this @Nithishvb . Your change does indeed fix the bug temporarily but the root cause is actually a bigger issue with our page layouts. I have been working on that so I will include a change for that there.

In general we don't want to set dimensions outside of 100% as although doing that can visually fix some things it's not a permanent solution to the underlying issues.

@pete-watters pete-watters self-requested a review December 22, 2023 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to see the details on the BTC transfer summary screen
3 participants